home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.sept.archive / 000009_crash!UNCA.EDU!JVANRIPER_Wed, 1 Sep 93 15:21:53 PST.msg < prev    next >
Text File  |  1993-11-02  |  4KB  |  77 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Wed, 1 Sep 93 15:21:53 PST
  3. Received: from uncavx by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #18) id m0oXzbt-0000AyC; Wed, 1 Sep 93 14:20 PDT
  5. Received: from UNCA.EDU by UNCA.EDU (PMDF V4.2-13 #3902) id
  6.  <01H2FWM0KTR48WWACL@UNCA.EDU>; Wed, 1 Sep 1993 17:19:56 EDT
  7. Date: Wed, 01 Sep 1993 17:19:56 -0400 (EDT)
  8. Message-id: <01H2FWM0LMOY8WWACL@UNCA.EDU>
  9. Organization: University of North Carolina at Asheville
  10. X-VMS-To: IN%"AmigaE@bkhouse.cts.com"
  11. MIME-version: 1.0
  12. Content-type: TEXT/PLAIN; CHARSET=US-ASCII
  13. Content-transfer-encoding: 7BIT
  14. From: "Joseph E. Van_Riper III" <JVANRIPER@UNCA.EDU>
  15. To: AmigaE@bkhouse.cts.com
  16. Subject: Re: E Guru! (icon routines)
  17.  
  18. Jeffrey J Peden ][ graciously types:
  19.  
  20. (source removed for bandwidth)
  21.  
  22. |    I thought that locks from workbench WERE NOT supposed to be released. 
  23.  
  24. That was what I thought, too, but I found that I couldn't delete the directory
  25. afterwards (at leave, WB 2.04 doesn't seem to), so I started unlocking them
  26. myself.  It doesn't crash or anything, so...
  27.  
  28. |    What, PROGDIR: ?  That's a nifty little thing that works like an assign
  29. |to the directory the program was launched from. (OR the current dir from
  30. |Shell) That's what I'm using for now...until I decide to put in the above.
  31. |It works, lets me assign tooltypes, and get them. 
  32.  
  33. It wasn't good enough for me.. I wanted to read the tooltypes for icons that
  34. were projects rather than tools (so my users could have different "preferences"
  35. for different icons to run Quip from), and I found this to be the best way for
  36. me to do that.
  37.  
  38. |    I haven't yet decided wheter I'm going to release my source code yet.  I
  39. |may require people who want it to give me a phone call. (I figure everyone
  40. |can spend $1 to talk with the author, and find out all the little
  41. |idiosyncrosies (sp) before they go delving into it. I don't really want to
  42. |let the source out in Europe, cause there could be some mutation of it going
  43. |around and I'de never see it :-)   Oh well...
  44.  
  45. That's cool.. I've been wanting to get this project out, though, and I've done
  46. a lot of work to get things working as well as possible, but perhaps someone
  47. else might find a better way to do my routines, so I'm releasing the source
  48. code.  Also, I really don't have enough time to keep up with it, so I am sorta
  49. hoping that someone will pick up part of the project (particularly, I would
  50. love it if someone would modify the code to handle compressed quips..
  51. especially using IFF and XPK routines).  I'll eventually wind up doing it
  52. myself, if nobody else does, but in the meantime, if someone is impatient for
  53. some fixes or whatever, they'll be able to program it themselves.
  54.  
  55. I'm releasing Quip today to wuarchive.wustl.edu (I'll be deciding where in just
  56. a little bit.. been having some problems uploading the archive to my VAX site
  57. due to a lack of workspace <sigh>).  If everyone would like, I'll compress the
  58. source code and release it uuencoded to this list.. although anyone with FTP
  59. access will be able to get at the source code anyway, so perhaps this option
  60. should be discouraged <chuckle>.  I source code comes to about 2000 lines,
  61. including comments, and might have a few bugs in it (Quip's been tested fairly
  62. carefully, but I still can't get the darned thing to handle external commands
  63. that well.. don't know WHAT the problem can be).
  64.  
  65. For those who don't know what my Quip project is, it's simply a fortune cookie
  66. program, however, it's a fortune cookie program from HELL.. it has more
  67. features than any other fortune cookie program in existence.  It has so many
  68. features, I decided to create a scripting 'language' for it (for more
  69. flexibility).  My goal was to create a cookie program usable by anyone for
  70. virtually any purpose.  You may have to go through some hoops, but Quip comes
  71. close to delivering on its promise.  Most of what has been slowing me up lately
  72. has been a desire to get the compression work in (which I finally decided to
  73. give up on for this release, and is the reason why I uuencoded the XPK mods for
  74. everyone earlier), and I wanted to re-write the documentation so people without
  75. AmigaGuide could read the docs.
  76.  
  77. - Trey